home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / text0281.txt < prev    next >
Encoding:
Text File  |  1994-05-31  |  7.0 KB  |  168 lines

  1. Does anyone know a location, or, have any source code for the implementation 
  2. of the WinSock API from within Smalltalk?
  3.  
  4. I am using VisualWorks for Windows and Trumpet Winsock 1.0 Rev B #6.
  5.  
  6.     Specifically, the problem I am having is that I am unable to access the 
  7.     structure referenced by the pointer returned from the gethostbyname function. 
  8.     I understand that I am not supposed to manipulate the data in the structure, 
  9.     however, just attempting to view the contents of the structure generates a 
  10.     General Protection violation.
  11.  
  12. While, information specifically targeted at the Smalltalk environment would 
  13. be preferable, explanations using C as basis are quite helpful. 
  14.  
  15.  
  16. Thanks for your help.
  17. From news@bigblue.oit.unc.edu Fri May 20 00:58:21 1994
  18. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  19.           id AA29460; Fri, 20 May 1994 00:25:16 -0400
  20. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  21.           id AA32715; Fri, 20 May 1994 00:04:11 -0400
  22. Received: from GATEWAY by bigblue with netnews
  23.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  24. To: winsock@sunsite.unc.edu
  25. Date: Fri, 20 May 1994 00:58:21 GMT
  26. From: "Rollin Denniston" <denni011@gold.tc.umn.edu>
  27. Message-Id: <78861.denni011@gold.tc.umn.edu>
  28. Organization: University of Minnesota, Twin Cities
  29. Sender: ses
  30. Reply-To: <denni011@gold.tc.umn.edu>
  31. Subject: Re: Need instructions on slip/winsock
  32.  
  33. >Me too!  I've waited for a FAQ, but haven't seen one yet.  This is a 
  34. nut I can't crack.
  35.  
  36. This seems to be a rather consistent state of affairs. People, including 
  37. myself, looking for assistance setting up a basic Windows/SLIP/PPP/Winsock 
  38. sytem. Are there any "experts" out there in Winsock cyberspace willing to 
  39. mentor a few 'beginners?' It would seem efficacious to me if someone were 
  40. to put together a text file detailing what one needs to know and do in 
  41. order to get Winsock client programs operating on the Windows and/or 
  42. Windows for workgroups platform. One exmple is that the Winsock 
  43. documentation say that the packet driver must be loaded to 0x60 (96h) but 
  44. how do you tell Windows to load a driver to a specific hex address? We who 
  45. have been struggling to get our Internet surf boards out past the first 
  46. line of breakers would certainly appreciate some mentoring from some of you 
  47. old hands.
  48. Thanks,
  49. Rollin Denniston, Director
  50. Institute of Mind Sciences
  51. 1111 West 22nd St., Suite 200
  52. Minneapolis MN 55405
  53. E-Mail: denni011@gold.tc.umn.edu
  54. From news@bigblue.oit.unc.edu Thu May 19 21:26:48 1994
  55. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  56.           id AA29468; Fri, 20 May 1994 00:25:18 -0400
  57. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  58.           id AA32462; Fri, 20 May 1994 00:05:41 -0400
  59. Received: from GATEWAY by bigblue with netnews
  60.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  61. To: winsock@sunsite.unc.edu
  62. Date: Thu, 19 May 1994 21:26:48 GMT
  63. From: j.c.knowles@cdc.com
  64. Message-Id: <Cq2Hw2.2oA@cdsmail.cdc.com>
  65. Organization: Control Data Systems
  66. Sender: ses
  67. References: <2r92l9$ius@vink.Univ-Angers.Fr>, <graeme.58.00007CCF@hk.super.net>
  68. Subject: Re: I need Help on winsock programming 
  69.  
  70.  
  71. > >All I need to have is the whole documentation on how to program winsock (and
  72. > to>know the function of winsock.dll)
  73. > >So if someone can help me by telling me where I can find the documention.
  74. > There must be others who need this, so can I suggest it be posted?
  75. > Alternatively, if it has been up a thousand times already, can you pass me 
  76. the
  77.  
  78. The "standard" windows socket document (winsock.doc or winsock.ps) that can be 
  79. got at most popular windows archive sites. (ftp.microsoft.com 
  80. advsys\winsock\spec11). Though, this only contains the API description, some 
  81. info about winsock specific considerations and a small amount of example code.
  82. There is a book by Ralph Davis,"Windows Network Programming" that contains
  83. a chapter in windows sockets. 
  84.  
  85. But... since windows sockets is based off of Berkeley sockets, there are 
  86. many good UNIX books that will help you understand socket programming. I
  87. would recommend "UNIX Network Programming" by W. Richard Stevens.
  88.  
  89. Also, back issues of the Microsoft Systems Journal contain articles on
  90. window sockets as well:
  91.     MSJ: 1993 #7  (July)
  92.     MSJ: 1993 #11 (November)
  93.  
  94.  
  95.  
  96.  
  97. From news@bigblue.oit.unc.edu Fri May 20 01:44:04 1994
  98. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  99.           id AA29478; Fri, 20 May 1994 00:25:20 -0400
  100. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  101.           id AA09218; Fri, 20 May 1994 00:10:22 -0400
  102. Received: from GATEWAY by bigblue with netnews
  103.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  104. To: winsock@sunsite.unc.edu
  105. Date: Fri, 20 May 1994 01:44:04 GMT
  106. From: arnstein@netcom.com (David Arnstein)
  107. Message-Id: <arnsteinCq2vHI.19n@netcom.com>
  108. Organization: My Own Internet Account!
  109. Sender: ses
  110. References: <2r9peb$h9i@engnews2.Eng.Sun.COM>, <2rbqvu$6fh@linda.teleport.com>, <Cq23vB.4p5@ncrcae.columbiasc.ncr.com>
  111. Reply-To: arnstein@netcom.com
  112. Subject: Re: 32 bit access with SCSI no available. Hunh? was Re: Win Mosaic alpha 4 (my fix)
  113.  
  114. In article <Cq23vB.4p5@ncrcae.columbiasc.ncr.com>,
  115. John Susag  <John.Susag@Minneapolis.NCR.COM> wrote:
  116. >>In article <2rbqvu$6fh@linda.teleport.com> Craig R. Nelson writes: 
  117. >>In <2r9peb$h9i@engnews2.Eng.Sun.COM> spirn@bay.Eng.Sun.COM (Jeff Spirn) writes:
  118. >>
  119. >>>Of course, this isn't a problem if you have 16MB or less of memory.
  120. >>
  121. >>Well, then I'm not in good shape. My 64MB of memory seems to throw me 
  122. >>into that category.
  123. >>
  124. >>Bummer. Any chance someone will fix this someday?
  125. >>
  126. >It is fixed.  Just don't get an ISA bus machine.  Use EISA or MCA or PCI or VLB 
  127. >(if you can find an all PCI or VLB machine).
  128.  
  129. I have been told that if you put your disk controller in a VLB slot, then both
  130. DOS and Windows are smart enough to give it access to all your memory, even 
  131. though ISA slots (with their awful 24-bit addressing limitation) exist on your
  132. machine.
  133.  
  134. Can someone verify this?
  135. -- 
  136. David Arnstein       |          What do you mean, "get a life"?
  137. arnstein@netcom.com  |          This *is* my life!
  138. From news@bigblue.oit.unc.edu Fri May 20 01:31:39 1994
  139. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  140.           id AA03876; Fri, 20 May 1994 00:55:09 -0400
  141. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  142.           id AA26733; Fri, 20 May 1994 00:26:19 -0400
  143. Received: from GATEWAY by bigblue with netnews
  144.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  145. To: winsock@sunsite.unc.edu
  146. Date: Fri, 20 May 1994 01:31:39 GMT
  147. From: cowboy@trans.oit.unc.edu (Joe Rosenfeld)
  148. Message-Id: <1994May20.013139.1919@news.csuohio.edu>
  149. Organization: Cleveland State University
  150. Sender: ses
  151. References: <2rgem4$4vk@inews.intel.com>
  152. Subject: Re: WINSOCK for DOS?
  153.  
  154. rvij@mipos3.intel.com wrote:
  155.  
  156.  
  157. :     Does anyone know if there is a DOS version of WINSOCK available?
  158.  
  159. Yeah, it is called DOSsock, but it has a big hole in it, and nobody can
  160. keep their big toe from popping out of it.  I would wait for the next
  161. version, rumor has it that it is still in beta.  It is size 12 1/2
  162. triple E.
  163.  
  164. Cowboy 
  165.  
  166.